docs/formats: Elaborate a bit on delta from NULL usage
authorColin Walters <walters@verbum.org>
Tue, 19 Jul 2016 14:24:18 +0000 (10:24 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 19 Jul 2016 17:44:32 +0000 (17:44 +0000)
See discussion on ostree-list.

Closes: #402
Approved by: gatispaeglis

docs/manual/formats.md

index 87d0005f868e49b6f068804d0407af36b0f28121..e3fe00e1b2ccfd4a90357bd1f689fceb9933dab5 100644 (file)
@@ -79,7 +79,10 @@ concept of a "static delta".
 These deltas are targeted to be a delta between two specific commit
 objects, including "bsdiff" and "rsync-style" deltas within a content
 object.  Static deltas also support `from NULL`, where the client can
-more efficiently download a commit object from scratch.
+more efficiently download a commit object from scratch - this is
+mostly useful when using OSTree for containers, rather than OS images.
+For OS images, one tends to download an installer ISO or qcow2 image
+which is a single file that contains the tree data already.
 
 Effectively, we're spending server-side storage (and one-time compute
 cost), and gaining efficiency in client network bandwidth.